meg <entity> dismounts <'model'>
🚫 Cancellable
This event is cancellable. This adds:
- The
<context.cancelled>
tag - The
- determine 'cancelled'
command - The
cancelled:<true/false>
event switch - The
'ignorecancelled:true'
event switch
This event is fired when a player interacts with a ModelEngine model.
Contexts​
Context | Description |
---|---|
<context.model> | returns the MegActiveModelTag of the model that the entity is dismounting. |
<context.entity> | returns the EntityTag of the entity that is dismounting the model. |
<context.was_driver> | returns a ElementTag(Boolean) of whether the dismounting entity was the driver. |